home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / INTERNET / CALLDEMON.ARC / !CallDemon / !Help < prev    next >
Text File  |  1993-06-21  |  2KB  |  46 lines

  1. !CallDemon
  2. ~~~~~~~~~~
  3. Megasimple dialer to call up Demon....  Bodged together by Geoff Riley
  4.   (geoffr@arcturus.demon.co.uk - arcturus@spuddy.uucp - 2:250/208.0)
  5.  
  6. The things which need changing are all at the top of the BASIC program:
  7.  
  8. baud% - your required baud rate. (19200 if you're lucky!)
  9.  
  10. Init_String1$ -
  11. Init_String2$ - these two strings (if needed) comprise the modem initialise
  12.                 strings which will be sent to the modem at the start of the
  13.                 program - the examples work with the USR HST DS+ - obviously
  14.                 different modems will need different setups.
  15.  
  16. Dial_String$() - this array contains the *full* command required to dial
  17.                  Demon (Both Warrington and London PoPs).  I include my
  18.                  Mercury PIN in the string for London, but if you haven't
  19.                  got one, you don't need it :-)
  20.  
  21. Allowed_Attempts%() - this array conatins the number of attempts at each
  22.                       number before the other is tried.
  23.  
  24. login$ - this is what you normally respond to 'gate login:' with (ie your
  25.          machine name (arcturus for me).  There's a 1 second delay before
  26.          this gets sent - it's a bug in Demon's SCO unix I believe!
  27.  
  28. password$ - this is your password (The example is *not* my password - don't
  29.             bother trying!)
  30.  
  31. protocol$ - whatever you answer the 'protocol' question with - if you don't
  32.             get the protocol question, then you'll need to edit out a few
  33.             little bits... my account is set to 'ASK' so I need it...
  34.  
  35. Currently only BUSY and NO CONNECT are identified; however, the keyboard is
  36. 'live'.  Therefore, if you get another message, you can type 'a/' (if it's a
  37. Hayes compatible modem) and it will redial immediately.
  38.  
  39. If more help is needed (for this lickle progette?) drop me a line.
  40.  
  41. Cheerio,               Internet geoffr@arcturus.demon.co.uk
  42.         |~~~           uucp     arcturus@spuddy.uucp
  43.         |__|eoff       Fidonet  2:250/208.0@fidonet
  44.  
  45.        -- ** Arc-Binkley support site ** --
  46.